home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1479.dms / var1479.adf / S / Startup-sequence < prev    next >
Text File  |  1993-10-14  |  1KB  |  68 lines

  1.  
  2. c:setpatch >NIL:
  3. c:version >NIL:
  4. addbuffers >NIL: df0: 15
  5. Failat 21
  6.  
  7. Resident >NIL: C:Execute PURE ADD
  8.  
  9. makedir ram:T ram:Clipboards ram:env ram:env/sys
  10. copy >NIL: ENVARC: ram:env all quiet noreq
  11.  
  12. assign ENV: ram:env
  13. assign T: ram:t ;set up T: directory for scripts
  14. assign CLIPS: ram:clipboards
  15. assign REXX: s:
  16.  
  17. if exists sys:Monitors
  18.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  19.     execute t:mon-start
  20.     delete >NIL: t:mon-start
  21. endif
  22.  
  23. BindDrivers
  24.  
  25. setenv Workbench $Workbench
  26. setenv Kickstart $Kickstart
  27.  
  28. IPrefs
  29. NickPrefs
  30.  
  31. echo "NCC-1701-D WELCOME ABOARD COMMANDER"
  32. echo "ALL DRIVE SYSTEMS ENGAGED - ON LINE"
  33.  
  34. conclip
  35.  
  36. mount speak:
  37. mount aux:
  38.  
  39.  
  40.  
  41. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  42. if exists sys:tools
  43.     path sys:tools add
  44.     if exists sys:tools/commodities
  45.         path sys:tools/commodities add
  46.     endif
  47. endif
  48.  
  49. ; If this is the initial boot (i.e. keyboard env variable is not set)
  50. ; then execute PickMap which will query for a keymap and set the
  51. ; keyboard env variable.
  52. ; if keyboard env variable is set, set the keymap
  53. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  54.     setmap ${sys/keyboard}
  55. else
  56.     PickMap sys: initial
  57. endif
  58.  
  59. if exists s:user-startup
  60.     execute s:user-startup
  61. endif
  62.  
  63. LoadWB
  64.  
  65. endcli >NIL:
  66.  
  67.